Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 12 - Draw Context Objects / Draw Context Objects Reference
Draw Context Objects Routines / Managing Draw Contexts


Q3DrawContext_SetPane

You can use the Q3DrawContext_SetPane function to set the pane of a draw context.

TQ3Status Q3DrawContext_SetPane (
TQ3DrawContextObject context, 
const TQ3Area *pane);
context
A draw context object.
pane
The area in the specified draw context in which all drawing should occur.
DESCRIPTION
The Q3DrawContext_SetPane function sets the area of the draw context specified by the context parameter within which all drawing is to occur to the area specified in the pane parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996